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