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