7 references to SignerIdentifierAsn
System.Security.Cryptography.Pkcs (7)
System\Security\Cryptography\Pkcs\Asn1\SignerIdentifierAsn.xml.cs (4)
64internal static SignerIdentifierAsn Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 70DecodeCore(ref reader, encoded, out SignerIdentifierAsn decoded); 80internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out SignerIdentifierAsn decoded) 92private static void DecodeCore(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out SignerIdentifierAsn decoded)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (2)
16internal System.Security.Cryptography.Pkcs.Asn1.SignerIdentifierAsn Sid; 128System.Security.Cryptography.Pkcs.Asn1.SignerIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.Sid);
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (1)
43internal SubjectIdentifier(SignerIdentifierAsn signerIdentifierAsn)