PbeParameters.EncryptionAlgorithm Property

Definition

Gets the algorithm to use when encrypting data.

public:
 property System::Security::Cryptography::PbeEncryptionAlgorithm EncryptionAlgorithm { System::Security::Cryptography::PbeEncryptionAlgorithm get(); };
public System.Security.Cryptography.PbeEncryptionAlgorithm EncryptionAlgorithm { get; }
member this.EncryptionAlgorithm : System.Security.Cryptography.PbeEncryptionAlgorithm
Public ReadOnly Property EncryptionAlgorithm As PbeEncryptionAlgorithm

Property Value

The algorithm to use when encrypting data.

Applies to