| SignatureConfigurationAlgorithm Property |
Gets or sets the signing algorithm. You can use one of the
CommonOids static values.
Default is SHA1 (
Sha1).
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Oid Algorithm { get; set; }
Public Property Algorithm As Oid
Get
Set
public:
property Oid^ Algorithm {
Oid^ get ();
void set (Oid^ value);
}
member Algorithm : Oid with get, set
Property Value
Type:
OidSee Also