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