8 references to KeyId
System.Security (8)
system\security\cryptography\cryptoapi.cs (2)
1586
if (SignerId.Value.
KeyId
.pbData != IntPtr.Zero) {
1587
LocalFree(SignerId.Value.
KeyId
.pbData);
system\security\cryptography\pkcs\pkcsmisc.cs (4)
129
byte[] ski = new byte[certId.Value.
KeyId
.cbData];
130
Marshal.Copy(certId.Value.
KeyId
.pbData, ski, 0, ski.Length);
236
byte[] ski = new byte[certId.Value.
KeyId
.cbData];
237
Marshal.Copy(certId.Value.
KeyId
.pbData, ski, 0, ski.Length);
system\security\cryptography\pkcs\pkcsutils.cs (2)
817
cmsSignerEncodeInfo.SignerId.Value.
KeyId
.cbData = cbData;
818
cmsSignerEncodeInfo.SignerId.Value.
KeyId
.pbData = pbData.DangerousGetHandle();