Namespace: Microsoft.IdentityModel.Web
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As RsaEncryptionCookieTransform
Dim value As RSA

value = instance.EncryptionKey

instance.EncryptionKey = value

Syntax

Visual Basic
Public Overridable Property EncryptionKey As RSA
C#
public virtual RSA EncryptionKey { get; set; }
C++
public:
virtual property RSA^ EncryptionKey {
		RSA^ get ();
		void set (RSA^ value);
}
J#
/** @property */
public RSA get_EncryptionKey ()

/** @property */
public void set_EncryptionKey (RSA value)
JScript
public function get EncryptionKey () : RSA

public function set EncryptionKey (value : RSA)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also