63 references to ReadOctetString
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnDecoder.OctetString.cs (1)
719/// <seealso cref="ReadOctetString"/>
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (2)
263blob = valueReader.ReadOctetString(); 270mechListMIC = valueReader.ReadOctetString();
System.Security.Cryptography (31)
src\libraries\Common\src\System\Security\Cryptography\Asn1\CurveAsn.xml.cs (2)
99decoded.A = sequenceReader.ReadOctetString(); 109decoded.B = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (2)
85decoded.Digest = sequenceReader.ReadOctetString(); 164decoded.Digest = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\ECPrivateKey.xml.cs (1)
128decoded.PrivateKey = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (2)
85decoded.EncryptedData = sequenceReader.ReadOctetString(); 164decoded.EncryptedData = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (1)
272decoded.IPAddress = reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 7));
src\libraries\Common\src\System\Security\Cryptography\Asn1\MLDsaPrivateKeyAsn.xml.cs (2)
165decoded.Seed = reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 0)); 179decoded.ExpandedKey = reader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\MLDsaPrivateKeyBothAsn.xml.cs (2)
81decoded.Seed = sequenceReader.ReadOctetString(); 91decoded.ExpandedKey = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\MLKemPrivateKeyAsn.xml.cs (2)
165decoded.Seed = reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 0)); 179decoded.ExpandedKey = reader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\MLKemPrivateKeyBothAsn.xml.cs (2)
81decoded.Seed = sequenceReader.ReadOctetString(); 91decoded.ExpandedKey = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
81decoded.Salt = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (1)
143decoded.Specified = reader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (2)
122decoded.MacSalt = sequenceReader.ReadOctetString(); 237decoded.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\Pkcs7\SignerIdentifierAsn.xml.cs (1)
131decoded.SubjectKeyIdentifier = reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerInfoAsn.xml.cs (1)
145decoded.SignatureValue = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (2)
109decoded.PrivateKey = sequenceReader.ReadOctetString(); 243decoded.PrivateKey = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (2)
90decoded.Iv = sequenceReader.ReadOctetString(); 174decoded.Iv = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\SpecifiedECDomain.xml.cs (1)
127decoded.Base = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (2)
135decoded.ExtnValue = sequenceReader.ReadOctetString(); 247decoded.ExtnValue = sequenceReader.ReadOctetString();
System\Security\Cryptography\X509Certificates\X509AuthorityKeyIdentifierExtension.cs (1)
530_keyIdentifier = aki.ReadOctetString(nextTag);
System.Security.Cryptography.Pkcs (29)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
126alg.IV = reader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\DigestInfoAsn.xml.cs (2)
85decoded.Digest = sequenceReader.ReadOctetString(); 164decoded.Digest = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (2)
85decoded.EncryptedData = sequenceReader.ReadOctetString(); 164decoded.EncryptedData = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\GeneralNameAsn.xml.cs (1)
272decoded.IPAddress = reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 7));
src\libraries\Common\src\System\Security\Cryptography\Asn1\PBEParameter.xml.cs (1)
81decoded.Salt = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pbkdf2SaltChoice.xml.cs (1)
143decoded.Specified = reader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\MacData.xml.cs (2)
122decoded.MacSalt = sequenceReader.ReadOctetString(); 237decoded.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\Pkcs7\SignerIdentifierAsn.xml.cs (1)
131decoded.SubjectKeyIdentifier = reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 0));
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\SignerInfoAsn.xml.cs (1)
145decoded.SignatureValue = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (2)
109decoded.PrivateKey = sequenceReader.ReadOctetString(); 243decoded.PrivateKey = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\Rc2CbcParameters.xml.cs (2)
90decoded.Iv = sequenceReader.ReadOctetString(); 174decoded.Iv = sequenceReader.ReadOctetString();
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.xml.cs (2)
135decoded.ExtnValue = sequenceReader.ReadOctetString(); 247decoded.ExtnValue = sequenceReader.ReadOctetString();
System\Security\Cryptography\Pkcs\Asn1\EssCertId.xml.cs (1)
89decoded.Hash = sequenceReader.ReadOctetString();
System\Security\Cryptography\Pkcs\Asn1\EssCertIdV2.xml.cs (1)
132decoded.Hash = sequenceReader.ReadOctetString();
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (1)
124decoded.Ukm = explicitReader.ReadOctetString();
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
96decoded.EncryptedKey = sequenceReader.ReadOctetString();
System\Security\Cryptography\Pkcs\Asn1\MessageImprint.xml.cs (2)
85decoded.HashedMessage = sequenceReader.ReadOctetString(); 172decoded.HashedMessage = sequenceReader.ReadOctetString();
System\Security\Cryptography\Pkcs\Asn1\OriginatorIdentifierOrKeyAsn.xml.cs (1)
142decoded.SubjectKeyIdentifier = reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (1)
85decoded.EncryptedKey = sequenceReader.ReadOctetString();
System\Security\Cryptography\Pkcs\Asn1\RecipientIdentifierAsn.xml.cs (1)
131decoded.SubjectKeyIdentifier = reader.ReadOctetString(new Asn1Tag(TagClass.ContextSpecific, 0));
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (1)
96decoded.SubjectKeyIdentifier = sequenceReader.ReadOctetString();