System.Security.Cryptography.FromBase64TransformMode Enumeration

Specifies whether white space should be ignored in the base 64 transformation.

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public enum FromBase64TransformMode

Remarks

White space includes the space character as well as tab characters, newline characters, and so on. Characters that constitute white space are those identified by the char.IsWhiteSpace(char) method.

Members

Member NameDescription
DoNotIgnoreWhiteSpaces

White space should not be ignored.

IgnoreWhiteSpaces

White space should be ignored.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0