7 references to CmsSupported
System.Security (7)
system\security\cryptography\pkcs\envelopedpkcs7.cs (1)
406if (encryptParam.useCms && !PkcsUtils.CmsSupported()) {
system\security\cryptography\pkcs\pkcs7recipient.cs (1)
64if (!PkcsUtils.CmsSupported())
system\security\cryptography\pkcs\pkcsmisc.cs (3)
165if (!PkcsUtils.CmsSupported()) { 276if (!PkcsUtils.CmsSupported()) { 284if (!PkcsUtils.CmsSupported()) {
system\security\cryptography\pkcs\recipientinfo.cs (1)
390bool cmsSupported = PkcsUtils.CmsSupported();
system\security\cryptography\pkcs\signerinfo.cs (1)
533if (PkcsUtils.CmsSupported()) {