ContentHash.Algorithm Propriedade
Obrigatório. Obtém ou define o algoritmo de hash de conteúdo usado para o conteúdo de hash.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public string Algorithm { get; set; }
public:
property String^ Algorithm {
String^ get();
void set(String^ value);
}
member Algorithm : string with get, set
Public Property Algorithm As String
Valor de propriedade
Type: System.String
Consulte também
Classe ContentHash
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo