Certificate Class

Model schema container class for Certificate

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.Certificate

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

Syntax

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

The Certificate type exposes the following members.

Properties

  Name Description
Public propertyStatic member ActiveForBeginDialog ActiveForBeginDialog property class of Certificate
Public propertyStatic member Authorizer Authorizer relationship class of Certificate
Public propertyStatic member EncryptedWithPassword EncryptedWithPassword property class of Certificate
Public propertyStatic member EncryptionPassword EncryptionPassword property class of Certificate
Public propertyStatic member ExistingKeysAssembly ExistingKeysAssembly relationship class of Certificate
Public propertyStatic member ExistingKeysFilePath ExistingKeysFilePath property class of Certificate
Public propertyStatic member ExpiryDate ExpiryDate property class of Certificate
Public propertyStatic member IsExistingKeyFileExecutable IsExistingKeyFileExecutable property class of Certificate
Public propertyStatic member PrivateKeyDecryptionPassword PrivateKeyDecryptionPassword property class of Certificate
Public propertyStatic member PrivateKeyEncryptionPassword PrivateKeyEncryptionPassword property class of Certificate
Public propertyStatic member PrivateKeyFilePath PrivateKeyFilePath property class of Certificate
Public propertyStatic member StartDate StartDate property class of Certificate
Public propertyStatic member Subject Subject property class of Certificate
Public propertyStatic member TypeClass Type class for Certificate

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