2 writes to Ktri
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
110
envelopedData.RecipientInfos[i].
Ktri
= recipient.Certificate.GetKeyAlgorithm() switch
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (1)
101
decoded.
Ktri
= tmpKtri;
4 references to Ktri
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (2)
59
if (recipientInfo.
Ktri
.HasValue)
61
recipientInfos.Add(new KeyTransRecipientInfo(new ManagedKeyTransPal(recipientInfo.
Ktri
.Value)));
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (2)
40
if (
Ktri
.HasValue)
45
Ktri
.Value.Encode(writer);