3 references to Read
System.Security.Cryptography (1)
System\Security\Cryptography\CryptoStream.cs (1)
48case CryptoStreamMode.Read:
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);