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