Method | Description | |
---|---|---|
CreateSignature ( byte rgbHash ) : byte[] | ||
DSASignatureFormatter ( ) : System.Globalization | ||
DSASignatureFormatter ( AsymmetricAlgorithm key ) : System.Globalization | ||
SetHashAlgorithm ( string strName ) : void | ||
SetKey ( AsymmetricAlgorithm key ) : void |
public CreateSignature ( byte rgbHash ) : byte[] | ||
rgbHash | byte | |
return | byte[] |
public DSASignatureFormatter ( ) : System.Globalization | ||
return | System.Globalization |
public DSASignatureFormatter ( AsymmetricAlgorithm key ) : System.Globalization | ||
key | AsymmetricAlgorithm | |
return | System.Globalization |
public SetHashAlgorithm ( string strName ) : void | ||
strName | string | |
return | void |
public SetKey ( AsymmetricAlgorithm key ) : void | ||
key | AsymmetricAlgorithm | |
return | void |