CryptographicProvider.AsymmetricKeyExportable Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool AsymmetricKeyExportable { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property bool AsymmetricKeyExportable {
    bool get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AsymmetricKeyExportable : bool with get
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public ReadOnly Property AsymmetricKeyExportable As Boolean

Property Value

Type: System.Boolean

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

Returns True if the asymmetric key is exportable; otherwise, False.

Examples

Legacy Code Example

Setting Properties

See Also

CryptographicProvider Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top