BackupEncryptionOptions.GetAlgorithmString(BackupEncryptionAlgorithm) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.