Beispiel #1
0
 public CmsSigner(CspParameters parameters)
     : this(SubjectIdentifierType.SubjectKeyIdentifier, PkcsUtils.CreateDummyCertificate(parameters))
 {
     this.m_dummyCert   = true;
     this.IncludeOption = X509IncludeOption.None;
 }