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