Set the signature algorithm that will be used to sign this certificate.
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
string representation of the algorithm name
See Also