10 references to PublicKey
System.Security (10)
system\security\cryptography\pkcs\envelopedpkcs7.cs (8)
327
keyAgreeDecryptPara.OriginatorPublicKey = certInfo.SubjectPublicKeyInfo.
PublicKey
;
331
keyAgreeDecryptPara.OriginatorPublicKey = publicKeyAgree.OriginatorPublicKeyInfo.
PublicKey
;
736
Marshal.WriteInt32(pcbData, (int) certInfo.SubjectPublicKeyInfo.
PublicKey
.cbData);
740
Marshal.WriteIntPtr(ppbData, certInfo.SubjectPublicKeyInfo.
PublicKey
.pbData);
744
Marshal.WriteInt32(pcUnusedBIts, (int) certInfo.SubjectPublicKeyInfo.
PublicKey
.cUnusedBits);
913
Marshal.WriteInt32(pcbData, (int) certInfo.SubjectPublicKeyInfo.
PublicKey
.cbData);
917
Marshal.WriteIntPtr(ppbData, certInfo.SubjectPublicKeyInfo.
PublicKey
.pbData);
921
Marshal.WriteInt32(pcUnusedBits, (int) certInfo.SubjectPublicKeyInfo.
PublicKey
.cUnusedBits);
system\security\cryptography\pkcs\pkcsmisc.cs (2)
198
m_keyValue = new byte[keyInfo.
PublicKey
.cbData];
200
Marshal.Copy(keyInfo.
PublicKey
.pbData, m_keyValue, 0, m_keyValue.Length);