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