NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AsymmetricSignatureFormatter.SetHashAlgorithm

[To be supplied.]

[Visual Basic]
MustOverride Public Sub SetHashAlgorithm( _
   ByVal strName As String _
)
[C#]
public abstract void SetHashAlgorithm(
   string strName
);
[C++]
public: virtual void SetHashAlgorithm(
   String* strName
) = 0;
[JScript]
public abstract function SetHashAlgorithm(
   strName : String
);

Parameters

strName
[To be supplied.]

See Also

AsymmetricSignatureFormatter Class | AsymmetricSignatureFormatter Members | System.Security.Cryptography Namespace