15 references to ReadOctetString
System.Security.Cryptography (15)
src\libraries\Common\src\System\Security\Cryptography\Asn1\CurveAsn.xml.cs (2)
91decoded.A = sequenceReader.ReadOctetString(); 101decoded.B = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (1)
85decoded.Digest = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs (1)
109decoded.PrivateKey = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (1)
85decoded.EncryptedData = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (1)
257decoded.IPAddress = reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 7));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
84decoded.Salt = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (1)
109decoded.Specified = reader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (1)
119decoded.MacSalt = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedContentInfoAsn.xml.cs (1)
103decoded.EncryptedContent = sequenceReader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
109decoded.PrivateKey = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (1)
90decoded.Iv = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs (1)
119decoded.Base = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (1)
132decoded.ExtnValue = sequenceReader.ReadOctetString();
System\Security\Cryptography\X509Certificates\X509AuthorityKeyIdentifierExtension.cs (1)
530_keyIdentifier = aki.ReadOctetString(nextTag);