Freigeben über


SignatureEncryptionMechanism.Certificate-Eigenschaft

Certificate relationship class of SignatureEncryptionMechanism

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

Syntax

'Declaration
Public Shared Property Certificate As ModelRelationshipClass 
    Get 
    Friend Set
'Usage
Dim value As ModelRelationshipClass 

value = SignatureEncryptionMechanism.Certificate
public static ModelRelationshipClass Certificate { get; internal set; }
public:
static property ModelRelationshipClass^ Certificate {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member Certificate : ModelRelationshipClass with get, internal set
static function get Certificate () : ModelRelationshipClass 
internal static function set Certificate (value : ModelRelationshipClass)

Eigenschaftswert

Typ: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Siehe auch

Verweis

SignatureEncryptionMechanism Klasse

Microsoft.SqlServer.Dac.Model-Namespace