2 writes to rgUnprotectedAttr
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
651encryptParam.rgUnprotectedAttr = SafeLocalAllocHandle.InvalidHandle; 679encryptParam.rgUnprotectedAttr = new SafeLocalAllocHandle(PkcsUtils.CreateCryptAttributes(unprotectedAttributes));
3 references to rgUnprotectedAttr
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
430if (encryptParam.rgUnprotectedAttr != null && !encryptParam.rgUnprotectedAttr.IsInvalid) { 432encodeInfo.rgUnprotectedAttr = encryptParam.rgUnprotectedAttr.DangerousGetHandle();