3 references to pbData
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
740
Marshal.WriteIntPtr(ppbData, certInfo.SubjectPublicKeyInfo.PublicKey.
pbData
);
917
Marshal.WriteIntPtr(ppbData, certInfo.SubjectPublicKeyInfo.PublicKey.
pbData
);
system\security\cryptography\pkcs\pkcsmisc.cs (1)
200
Marshal.Copy(keyInfo.PublicKey.
pbData
, m_keyValue, 0, m_keyValue.Length);