An OAuth Consumer for .NET 2.0
RsaCertificate Property
NamespacesExtremeSwank.OAuthOAuthClientRsaCertificate
The X509 certificate containing the private key used for the RSA-SHA1 signing method. Optional for other signing methods.
Declaration Syntax
C#Visual BasicVisual C++
public X509Certificate2 RsaCertificate { get; set; }
Public Property RsaCertificate As X509Certificate2
public:
property X509Certificate2^ RsaCertificate {
	X509Certificate2^ get ();
	void set (X509Certificate2^ value);
}

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