2 references to EncryptedHash
System.Security (2)
system\security\cryptography\pkcs\signerinfo.cs (2)
259
byte[] ret = new byte[m_cmsgSignerInfo.
EncryptedHash
.cbData];
260
Marshal.Copy(m_cmsgSignerInfo.
EncryptedHash
.pbData, ret, 0, ret.Length);