3 references to cbData
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
736
Marshal.WriteInt32(pcbData, (int) certInfo.SubjectPublicKeyInfo.PublicKey.
cbData
);
913
Marshal.WriteInt32(pcbData, (int) certInfo.SubjectPublicKeyInfo.PublicKey.
cbData
);
system\security\cryptography\pkcs\pkcsmisc.cs (1)
198
m_keyValue = new byte[keyInfo.PublicKey.
cbData
];