SecurityContextKeyIdentifierClause 类    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示安全上下文令牌的密钥标识符子句。
public ref class SecurityContextKeyIdentifierClause : System::IdentityModel::Tokens::SecurityKeyIdentifierClause
	public class SecurityContextKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
	type SecurityContextKeyIdentifierClause = class
    inherit SecurityKeyIdentifierClause
	Public Class SecurityContextKeyIdentifierClause
Inherits SecurityKeyIdentifierClause
		- 继承
 
构造函数
| SecurityContextKeyIdentifierClause(UniqueId) | 
		 使用指定的上下文标识符初始化 SecurityContextKeyIdentifierClause 类的新实例。  | 
        	
| SecurityContextKeyIdentifierClause(UniqueId, UniqueId) | 
		 使用指定的上下文标识符和生成初始化 SecurityContextKeyIdentifierClause 类的新实例。  | 
        	
| SecurityContextKeyIdentifierClause(UniqueId, UniqueId, Byte[], Int32) | 
		 用指定的值初始化 SecurityContextKeyIdentifierClause 类的新实例。  | 
        	
属性
| CanCreateKey | 
		 获取一个值,该值指示是否可以创建密钥。 (继承自 SecurityKeyIdentifierClause) | 
        	
| ClauseType | 
		 获取密钥标识符子句类型。 (继承自 SecurityKeyIdentifierClause) | 
        	
| ContextId | 
		 获取安全上下文 ID。  | 
        	
| DerivationLength | 
		 获取派生密钥的大小。 (继承自 SecurityKeyIdentifierClause) | 
        	
| Generation | 
		 获取生成。  | 
        	
| Id | 
		 获取或设置密钥标识符子句 ID。 (继承自 SecurityKeyIdentifierClause) | 
        	
方法
| CreateKey() | 
		 基于传入构造函数的参数创建密钥。 (继承自 SecurityKeyIdentifierClause) | 
        	
| Equals(Object) | 
		 确定指定对象是否等于当前对象。 (继承自 Object) | 
        	
| GetDerivationNonce() | 
		 获取用于生成派生密钥的 Nonce。 (继承自 SecurityKeyIdentifierClause) | 
        	
| GetHashCode() | 
		 作为默认哈希函数。 (继承自 Object) | 
        	
| GetType() | 
		 获取当前实例的 Type。 (继承自 Object) | 
        	
| Matches(SecurityKeyIdentifierClause) | 
		 将指定的 SecurityKeyIdentifierClause 与 SecurityContextKeyIdentifierClause 类的当前实例进行比较。  | 
        	
| Matches(UniqueId, UniqueId) | 
		 将指定的 SecurityKeyIdentifierClause 与具有指定的上下文标识符和生成部分的 SecurityContextKeyIdentifierClause 类的当前实例进行比较。  | 
        	
| MemberwiseClone() | 
		 创建当前 Object 的浅表副本。 (继承自 Object) | 
        	
| ToString() | 
		 提供该类实例的文本表示形式。  |