FromBase64TransformMode

FromBase64TransformModeserializable

System.Security.Cryptography (mscorlib.dll)enum
public enum FromBase64TransformMode {
   IgnoreWhiteSpaces = 0,DoNotIgnoreWhiteSpaces = 1
}

This enumeration is used as an argument to the FromBase64Transform constructor to specify whether whitespace in the Base64-encoded data should be ignored.

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) FromBase64TransformMode

Passed To

FromBase64Transform.FromBase64Transform( )



    Part V: API Quick Reference