1 instantiation of CMSG_SIGNER_ENCODE_INFO
System.Security (1)
system\security\cryptography\pkcs\pkcsutils.cs (1)
714
CAPI.CMSG_SIGNER_ENCODE_INFO cmsSignerEncodeInfo = new CAPI.
CMSG_SIGNER_ENCODE_INFO
(Marshal.SizeOf(typeof(CAPI.CMSG_SIGNER_ENCODE_INFO)));
13 references to CMSG_SIGNER_ENCODE_INFO
System.Security (13)
system\security\cryptography\pkcs\pkcsutils.cs (4)
706
internal static CAPI.
CMSG_SIGNER_ENCODE_INFO
CreateSignerEncodeInfo (CmsSigner signer, out SafeCryptProvHandle hProv) {
713
internal static unsafe CAPI.
CMSG_SIGNER_ENCODE_INFO
CreateSignerEncodeInfo (CmsSigner signer, bool silent, out SafeCryptProvHandle hProv) {
714
CAPI.
CMSG_SIGNER_ENCODE_INFO
cmsSignerEncodeInfo = new CAPI.CMSG_SIGNER_ENCODE_INFO(Marshal.SizeOf(typeof(CAPI.
CMSG_SIGNER_ENCODE_INFO
)));
system\security\cryptography\pkcs\signedpkcs7.cs (6)
299
CAPI.
CMSG_SIGNER_ENCODE_INFO
signerEncodeInfo = PkcsUtils.CreateSignerEncodeInfo(signer, silent, out safeCryptProvHandle);
303
SafeLocalAllocHandle pSignerEncodeInfo = CAPI.LocalAlloc(CAPI.LMEM_FIXED, new IntPtr(Marshal.SizeOf(typeof(CAPI.
CMSG_SIGNER_ENCODE_INFO
))));
351
Marshal.DestroyStructure(pSignerEncodeInfo.DangerousGetHandle(), typeof(CAPI.
CMSG_SIGNER_ENCODE_INFO
));
373
CAPI.
CMSG_SIGNER_ENCODE_INFO
signerEncodeInfo = PkcsUtils.CreateSignerEncodeInfo(signer, silent, out safeCryptProvHandle);
376
SafeLocalAllocHandle pSignerEncodeInfo = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(Marshal.SizeOf(typeof(CAPI.
CMSG_SIGNER_ENCODE_INFO
))));
390
Marshal.DestroyStructure(pSignerEncodeInfo.DangerousGetHandle(), typeof(CAPI.
CMSG_SIGNER_ENCODE_INFO
));
system\security\cryptography\pkcs\signerinfo.cs (3)
303
SafeLocalAllocHandle pSignerEncodeInfo = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(Marshal.SizeOf(typeof(CAPI.
CMSG_SIGNER_ENCODE_INFO
))));
305
CAPI.
CMSG_SIGNER_ENCODE_INFO
signerEncodeInfo = PkcsUtils.CreateSignerEncodeInfo(signer, out safeCryptProvHandle);
324
Marshal.DestroyStructure(pSignerEncodeInfo.DangerousGetHandle(), typeof(CAPI.
CMSG_SIGNER_ENCODE_INFO
));