AsymmetricKey Class

Model schema container class for AsymmetricKey

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.AsymmetricKey

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class AsymmetricKey
'Usage
public static class AsymmetricKey
public ref class AsymmetricKey abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AsymmetricKey =  class end
public final class AsymmetricKey

The AsymmetricKey type exposes the following members.

Properties

  Name Description
Public propertyStatic member Algorithm Algorithm property class of AsymmetricKey
Public propertyStatic member Assembly Assembly relationship class of AsymmetricKey
Public propertyStatic member Authorizer Authorizer relationship class of AsymmetricKey
Public propertyStatic member CreationDisposition CreationDisposition property class of AsymmetricKey
Public propertyStatic member EncryptedWithPassword EncryptedWithPassword property class of AsymmetricKey
Public propertyStatic member ExecutableFile ExecutableFile property class of AsymmetricKey
Public propertyStatic member File File property class of AsymmetricKey
Public propertyStatic member Password Password property class of AsymmetricKey
Public propertyStatic member Provider Provider relationship class of AsymmetricKey
Public propertyStatic member ProviderKeyName ProviderKeyName property class of AsymmetricKey
Public propertyStatic member TypeClass Type class for AsymmetricKey

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace