3 references to CreateCryptAttributes
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
679
encryptParam.rgUnprotectedAttr = new SafeLocalAllocHandle(PkcsUtils.
CreateCryptAttributes
(unprotectedAttributes));
system\security\cryptography\pkcs\pkcsutils.cs (2)
730
cmsSignerEncodeInfo.rgAuthAttr =
CreateCryptAttributes
(signer.SignedAttributes);
733
cmsSignerEncodeInfo.rgUnauthAttr =
CreateCryptAttributes
(signer.UnsignedAttributes);