13 references to KeyTransRecipientInfoAsn
System.Security.Cryptography.Pkcs (13)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (4)
17
private readonly
KeyTransRecipientInfoAsn
_asn;
19
internal ManagedKeyTransPal(
KeyTransRecipientInfoAsn
asn)
107
private
KeyTransRecipientInfoAsn
MakeKtri(
112
KeyTransRecipientInfoAsn
ktri = default;
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (6)
35
internal static
KeyTransRecipientInfoAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
40
internal static
KeyTransRecipientInfoAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
46
DecodeCore(ref reader, expectedTag, encoded, out
KeyTransRecipientInfoAsn
decoded);
56
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
KeyTransRecipientInfoAsn
decoded)
61
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
KeyTransRecipientInfoAsn
decoded)
73
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
KeyTransRecipientInfoAsn
decoded)
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (3)
14
internal System.Security.Cryptography.Pkcs.Asn1.
KeyTransRecipientInfoAsn
? Ktri;
99
System.Security.Cryptography.Pkcs.Asn1.
KeyTransRecipientInfoAsn
tmpKtri;
100
System.Security.Cryptography.Pkcs.Asn1.
KeyTransRecipientInfoAsn
.Decode(ref reader, rebind, out tmpKtri);