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