RsaSecurityToken.Rsa Property

Definition

Gets a RSA algorithm that is capable of creating an asymmetric key.

public:
 property System::Security::Cryptography::RSA ^ Rsa { System::Security::Cryptography::RSA ^ get(); };
public System.Security.Cryptography.RSA Rsa { get; }
member this.Rsa : System.Security.Cryptography.RSA
Public ReadOnly Property Rsa As RSA

Property Value

RSA

A RSA that represents a RSA algorithm that is capable of creating an asymmetric key.

Applies to