BackupEncryptionOptions.GetAlgorithmString(BackupEncryptionAlgorithm) Method

Definition

Gets the string value of the encryption algorithm.

public static string GetAlgorithmString (Microsoft.SqlServer.Management.Smo.BackupEncryptionAlgorithm algorithm);
static member GetAlgorithmString : Microsoft.SqlServer.Management.Smo.BackupEncryptionAlgorithm -> string
Public Shared Function GetAlgorithmString (algorithm As BackupEncryptionAlgorithm) As String

Parameters

algorithm
BackupEncryptionAlgorithm

algorithm

Returns

The string value.

Applies to