Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FromBase64TransformMode Enumeration

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

[Visual Basic]
<Serializable>
Public Enum FromBase64TransformMode
[C#]
[Serializable]
public enum FromBase64TransformMode
[C++]
[Serializable]
__value public enum FromBase64TransformMode
[JScript]
public
   Serializable
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 method.

Members

Member name Description
DoNotIgnoreWhiteSpaces White space should not be ignored.
IgnoreWhiteSpaces White space should be ignored.

Requirements

Namespace: System.Security.Cryptography

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Mscorlib (in Mscorlib.dll)

See Also

System.Security.Cryptography Namespace | Cryptographic Services

Show:
© 2017 Microsoft