Set the signature algorithm. This can be either a name or an OID, names
are treated as case insensitive.
Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void SetSignatureAlgorithm( string signatureAlgorithm ) |
Visual Basic |
---|
Public Sub SetSignatureAlgorithm ( _ signatureAlgorithm As String _ ) |
Visual C++ |
---|
public: void SetSignatureAlgorithm( String^ signatureAlgorithm ) |
Parameters
- signatureAlgorithm
- Type: System..::..String
The algorithm name.