Propriedade CertificateCreateProperties.Base64Value
Required. Gets or sets the base64 encoded value of the certificate.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim instance As CertificateCreateProperties
Dim value As String
value = instance.Base64Value
instance.Base64Value = value
Sintaxe
'Declaração
Public Property Base64Value As String
public string Base64Value { get; set; }
public:
property String^ Base64Value {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Base64Value ()
/** @property */
public void set_Base64Value (String value)
public function get Base64Value () : String
public function set Base64Value (value : String)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe CertificateCreateProperties
Membros CertificateCreateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models