Compartir a través de


ExtendedClientMethods.GetAsymmetricEncryptedSecretUsingActivationKey Método

Definición

Use este método para cifrar los secretos de usuario (clave de acceso de la cuenta de almacenamiento, clave de cifrado de contenedor de volumen, etc.) mediante la clave de activación.

public static Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret GetAsymmetricEncryptedSecretUsingActivationKey (this Microsoft.Azure.Management.EdgeGateway.IDevicesOperations operations, string deviceName, string resourceGroupName, string plainTextSecret, string activationKey);
static member GetAsymmetricEncryptedSecretUsingActivationKey : Microsoft.Azure.Management.EdgeGateway.IDevicesOperations * string * string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.AsymmetricEncryptedSecret
<Extension()>
Public Function GetAsymmetricEncryptedSecretUsingActivationKey (operations As IDevicesOperations, deviceName As String, resourceGroupName As String, plainTextSecret As String, activationKey As String) As AsymmetricEncryptedSecret

Parámetros

operations
IDevicesOperations
deviceName
String

Nombre del recurso.

resourceGroupName
String

El nombre del grupo de recursos.

plainTextSecret
String

Secreto de texto sin formato.

activationKey
String

Devoluciones

AsymmetricEncryptedSecret.

Excepciones

Se aplica a