2 references to Value
System.Security (2)
system\security\cryptography\pkcs\pkcsmisc.cs (2)
101byte[] ski = new byte[certRdnAttr.Value.cbData]; 102Marshal.Copy(certRdnAttr.Value.pbData, ski, 0, ski.Length);