This documentation is archived and is not being maintained.
FromBase64TransformMode Enumeration
.NET Framework 1.1
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: