DatabaseMirroringPayload.EndpointEncryptionAlgorithm Property

Gets or sets the encryption algorithm required by the mirroring payload.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property EndpointEncryptionAlgorithm As EndpointEncryptionAlgorithm
    Get
    Set
'Usage
Dim instance As DatabaseMirroringPayload
Dim value As EndpointEncryptionAlgorithm

value = instance.EndpointEncryptionAlgorithm

instance.EndpointEncryptionAlgorithm = value
[SfcPropertyAttribute]
public EndpointEncryptionAlgorithm EndpointEncryptionAlgorithm { get; set; }
[SfcPropertyAttribute]
public:
property EndpointEncryptionAlgorithm EndpointEncryptionAlgorithm {
    EndpointEncryptionAlgorithm get ();
    void set (EndpointEncryptionAlgorithm value);
}
[<SfcPropertyAttribute>]
member EndpointEncryptionAlgorithm : EndpointEncryptionAlgorithm with get, set
function get EndpointEncryptionAlgorithm () : EndpointEncryptionAlgorithm
function set EndpointEncryptionAlgorithm (value : EndpointEncryptionAlgorithm)

Property Value

Type: Microsoft.SqlServer.Management.Smo.EndpointEncryptionAlgorithm
An EndpointEncryptionAlgorithm value that specifies encryption algorithm required by the mirroring payload.