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