Share via


EncryptionMechanism Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the RSA encryption mechanism.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public Property EncryptionMechanism As MechanismType
public MechanismType EncryptionMechanism { get; set; }
public:
property MechanismType EncryptionMechanism {
    MechanismType get ();
    void set (MechanismType value);
}
member EncryptionMechanism : MechanismType with get, set
function get EncryptionMechanism () : MechanismType
function set EncryptionMechanism (value : MechanismType)

Property Value

Type: Microsoft.SPOT.Cryptoki. . :: . .MechanismType
The encryption mechanism.

.NET Framework Security

See Also

Reference

RSACryptoServiceProvider Class

System.Security.Cryptography Namespace