对非对称密钥建模。
命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Interface ISql90AsymmetricKey _
    Inherits IModelNamed, ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject,  _
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity,  _
    IModelAnnotationHolder
public interface ISql90AsymmetricKey : IModelNamed, 
    ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject, ISqlModelElement, IScriptSourcedModelElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90AsymmetricKey : IModelNamed, 
    ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject, ISqlModelElement, IScriptSourcedModelElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISql90AsymmetricKey =  
    interface
        interface IModelNamed
        interface ISqlSecurable
        interface ISql90AuthorizedObject
        interface ISqlAuthorizedObject
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISql90AsymmetricKey extends IModelNamed, ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql90AsymmetricKey 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | Algorithm | 获取或设置用于创建密钥的算法。 | 
| .gif) | Assembly | 获取或设置用于定义密钥的程序集。 | 
| .gif) | Authorizer | 获取或设置对象的所有者。 (继承自 ISql90AuthorizedObject。) | 
| .gif) | Authorizer | 获取或设置此对象的授权方。 (继承自 ISqlAuthorizedObject。) | 
| .gif) | ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) | 
| .gif) | EncryptionPassword | 获取或设置用于加密密钥的密码。 | 
| .gif) | ExecutableFile | 获取或设置用于定义密钥的可执行文件的路径。 | 
| .gif) | File | 获取或设置用于定义密钥的强名称文件的路径。 | 
| .gif) | Model | 获取模型引用。 (继承自 IModelEntity。) | 
| .gif) | Name | 获取或设置元素的名称。 (继承自 IModelElement。) | 
| .gif) | Permissions | 获取应用到此对象的权限的列表。 (继承自 ISqlSecurable。) | 
| .gif) | PrimarySource | 获取有关元素的主要源的信息。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) | 
| .gif) | SecondarySources | 获取元素的辅助源的列表。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) | 
| .gif) | ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) | 
页首
方法
页首
.gif)