An OAuth Consumer for .NET 2.0
SignatureType Property
NamespacesExtremeSwank.OAuthOAuthClientSignatureType
The signature signing method that will be used.
Declaration Syntax
C#Visual BasicVisual C++
public SignatureMethod SignatureType { get; set; }
Public Property SignatureType As SignatureMethod
public:
property SignatureMethod SignatureType {
	SignatureMethod get ();
	void set (SignatureMethod value);
}
Remarks
HMAC-SHA1, RSA-SHA1, and PLAINTEXT are standard signature formats supported by OAuth 1.0.

Assembly: ExtremeSwank.OAuth (Module: ExtremeSwank.OAuth) Version: 1.2.0.0 (1.2.0.0)