2 instantiations of FromBase64Transform
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\XmlDsigBase64Transform.cs (2)
88
_cs = new CryptoStream(ms, new
FromBase64Transform
(), CryptoStreamMode.Read);
116
_cs = new CryptoStream(ms, new
FromBase64Transform
(), CryptoStreamMode.Read);
5 references to FromBase64Transform
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
880
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
FromBase64Transform
))]
netstandard (1)
netstandard.cs (1)
1877
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
FromBase64Transform
))]
System.Security.Cryptography (2)
System\Security\Cryptography\Base64Transforms.cs (2)
146
ObjectDisposedException.ThrowIf(_inputBuffer == null, typeof(
FromBase64Transform
));
188
ObjectDisposedException.ThrowIf(_inputBuffer == null, typeof(
FromBase64Transform
));
System.Security.Cryptography.Encoding (1)
System.Security.Cryptography.Encoding.cs (1)
7
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
FromBase64Transform
))]