ISql90SignatureEncryptionMechanism.Certificate Property

Gets or sets the certificate with which the signature is created.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Certificate As ISql90Certificate
ISql90Certificate Certificate { get; set; }
property ISql90Certificate^ Certificate {
    ISql90Certificate^ get ();
    void set (ISql90Certificate^ value);
}
abstract Certificate : ISql90Certificate with get, set
function get Certificate () : ISql90Certificate
function set Certificate (value : ISql90Certificate)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Certificate

.NET Framework Security

See Also

Reference

ISql90SignatureEncryptionMechanism Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace