Partilhar via


Propriedade ISql90SignatureEncryptionMechanism.AsymmetricKey

Obtém ou define a chave assimétrica com o qual a assinatura é criada.

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

Sintaxe

'Declaração
Property AsymmetricKey As ISql90AsymmetricKey
    Get
    Set
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90SignatureEncryptionMechanism Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel