SigningAlgorithm Property
The signing algorithm.
Syntax
public String getSigningAlgorithm(); public void setSigningAlgorithm(String signingAlgorithm);
Remarks
This property specifies the signing algorithm.
This may be set before calling Sign. This value will be set after calling VerifySignature. Possible values are:
- "RSA-SHA1" (default)
- "RSA-SHA256"
- "DSA-SHA1"
- "HMAC-SHA1"
This property is not available at design time.
Default Value
""