9 references to OtherKeyAttributeAsn
System.Security.Cryptography.Pkcs (9)
System\Security\Cryptography\Pkcs\Asn1\OtherKeyAttributeAsn.xml.cs (6)
50
internal static
OtherKeyAttributeAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
55
internal static
OtherKeyAttributeAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
61
DecodeCore(ref reader, expectedTag, encoded, out
OtherKeyAttributeAsn
decoded);
71
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
OtherKeyAttributeAsn
decoded)
76
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OtherKeyAttributeAsn
decoded)
88
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OtherKeyAttributeAsn
decoded)
System\Security\Cryptography\Pkcs\Asn1\RecipientKeyIdentifier.xml.cs (3)
16
internal System.Security.Cryptography.Pkcs.Asn1.
OtherKeyAttributeAsn
? Other;
108
System.Security.Cryptography.Pkcs.Asn1.
OtherKeyAttributeAsn
tmpOther;
109
System.Security.Cryptography.Pkcs.Asn1.
OtherKeyAttributeAsn
.Decode(ref sequenceReader, rebind, out tmpOther);