5 references to
System.Security (5)
system\security\cryptography\pkcs\signedpkcs7.cs (5)
37this(SubjectIdentifierType.IssuerAndSerialNumber, 43this(signerIdentifierType, 48public SignedCms (ContentInfo contentInfo) : this(SubjectIdentifierType.IssuerAndSerialNumber, contentInfo, false) {} 50public SignedCms (SubjectIdentifierType signerIdentifierType, ContentInfo contentInfo) : this(signerIdentifierType, contentInfo, false) {} 52public SignedCms (ContentInfo contentInfo, bool detached) : this(SubjectIdentifierType.IssuerAndSerialNumber, contentInfo, detached) {}