.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Crypt Class Summary

Crypt::SigningCertSubject

An easy way of specifying the certificate to be used for digital signature creation. This string should match one of the subject fields in a certificate, such as the common name (CN), email address (E), organization (O), organizational unit (OU), locality (L), state (ST), or country (C). In most cases, it is easiest to identify the certificate uniquely by specifying the email address. Chilkat Crypt.NET will automatically attempt to locate and use a certificate mathing this property's value. If a certificate cannot be found, the signing will fail. Otherwise, the full certificate subject will be saved in LastCertSubject after a digital signature is created.

  Declarations  
    [Visual Basic]
Public Property SigningCertSubject As String

[C#]
public string SigningCertSubject {get; set;}

[C++]
public: __property String* get_SigningCertSubject();
public: __property void set_SigningCertSubject(String *);

[JScript]
public function get SigningCertSubject() : String;
public function set SigningCertSubject(String);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.