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