7 references to FromBase64TransformMode
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
881[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64TransformMode))]
netstandard (1)
netstandard.cs (1)
1878[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64TransformMode))]
System.Security.Cryptography (4)
System\Security\Cryptography\Base64Transforms.cs (4)
123private readonly FromBase64TransformMode _whitespaces; 127public FromBase64Transform() : this(FromBase64TransformMode.IgnoreWhiteSpaces) { } 128public FromBase64Transform(FromBase64TransformMode whitespaces) 241if (_whitespaces == FromBase64TransformMode.DoNotIgnoreWhiteSpaces)
System.Security.Cryptography.Encoding (1)
System.Security.Cryptography.Encoding.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.FromBase64TransformMode))]