2 writes to useCms
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
397
encryptParam.
useCms
= true;
402
encryptParam.
useCms
= true;
3 references to useCms
System.Security (3)
system\security\cryptography\pkcs\envelopedpkcs7.cs (3)
400
if (!encryptParam.
useCms
) {
406
if (encryptParam.
useCms
&& !PkcsUtils.CmsSupported()) {
423
if (encryptParam.
useCms
) {