CertificateUpdateProperties.IsExportable Propriedade
Opcional. Obtém ou define o sinalizador exportável do certificado.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public bool IsExportable { get; set; }
public:
property bool IsExportable {
bool get();
void set(bool value);
}
member IsExportable : bool with get, set
Public Property IsExportable As Boolean
Valor de propriedade
Type: System.Boolean
Consulte também
Classe CertificateUpdateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo