7 references to OriginatorIdentifierOrKeyAsn
System.Security.Cryptography.Pkcs (7)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
19
this
OriginatorIdentifierOrKeyAsn
originator)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (2)
16
internal System.Security.Cryptography.Pkcs.Asn1.
OriginatorIdentifierOrKeyAsn
Originator;
110
System.Security.Cryptography.Pkcs.Asn1.
OriginatorIdentifierOrKeyAsn
.Decode(ref explicitReader, rebind, out decoded.Originator);
System\Security\Cryptography\Pkcs\Asn1\OriginatorIdentifierOrKeyAsn.xml.cs (4)
75
internal static
OriginatorIdentifierOrKeyAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
81
DecodeCore(ref reader, encoded, out
OriginatorIdentifierOrKeyAsn
decoded);
91
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
OriginatorIdentifierOrKeyAsn
decoded)
103
private static void DecodeCore(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
OriginatorIdentifierOrKeyAsn
decoded)