3 writes to OriginatorPublicKey
System.Security (3)
system\security\cryptography\cryptoapi.cs (1)
1448
OriginatorPublicKey
= new CRYPT_BIT_BLOB();
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
327
keyAgreeDecryptPara.
OriginatorPublicKey
= certInfo.SubjectPublicKeyInfo.PublicKey;
331
keyAgreeDecryptPara.
OriginatorPublicKey
= publicKeyAgree.OriginatorPublicKeyInfo.PublicKey;