Compartir a través de


AsymmetricKeyExportable Propiedad

Gets the Boolean value that specifies whether the asymmetric key is exportable.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property AsymmetricKeyExportable As Boolean
    Get
'Uso
Dim instance As CryptographicProvider
Dim value As Boolean

value = instance.AsymmetricKeyExportable
[SfcPropertyAttribute]
public bool AsymmetricKeyExportable { get; }
[SfcPropertyAttribute]
public:
property bool AsymmetricKeyExportable {
    bool get ();
}
[<SfcPropertyAttribute>]
member AsymmetricKeyExportable : bool
function get AsymmetricKeyExportable () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the asymmetric key is exportable.
If True, the asymmetric key is exportable. Otherwise, False.