Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property AsymmetricKey As ISql90AsymmetricKey
'Usage
Dim instance As ISql90SignatureEncryptionMechanism 
Dim value As ISql90AsymmetricKey 
value = instance.AsymmetricKey
instance.AsymmetricKey = value
ISql90AsymmetricKey AsymmetricKey { get; set; }
property ISql90AsymmetricKey^ AsymmetricKey {
    ISql90AsymmetricKey^ get ();
    void set (ISql90AsymmetricKey^ value);
}
function get AsymmetricKey () : ISql90AsymmetricKey 
function set AsymmetricKey (value : ISql90AsymmetricKey)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90AsymmetricKey
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
 
See Also
Reference
ISql90SignatureEncryptionMechanism Interface