An OAuth Consumer for .NET 2.0
RsaCertificate Property
NamespacesExtremeSwank.OAuthConsumerRegistrationRsaCertificate
The X509 certificate containing the public key to be used for RSA-SHA1 signature verification.
Declaration Syntax
C#Visual BasicVisual C++
public X509Certificate2 RsaCertificate { get; }
Public ReadOnly Property RsaCertificate As X509Certificate2
public:
property X509Certificate2^ RsaCertificate {
	X509Certificate2^ get ();
}

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