Share via


ISql90SignatureEncryptionMechanism.AsymmetricKey Property

Gets or sets the asymmetric key 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 AsymmetricKey As ISql90AsymmetricKey
ISql90AsymmetricKey AsymmetricKey { get; set; }
property ISql90AsymmetricKey^ AsymmetricKey {
    ISql90AsymmetricKey^ get ();
    void set (ISql90AsymmetricKey^ value);
}
abstract AsymmetricKey : ISql90AsymmetricKey with get, set
function get AsymmetricKey () : ISql90AsymmetricKey
function set AsymmetricKey (value : ISql90AsymmetricKey)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SignatureEncryptionMechanism Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace