SecurityContextSecurityToken.KeyGeneration 属性

定义

获取密钥生成。

public:
 property System::Xml::UniqueId ^ KeyGeneration { System::Xml::UniqueId ^ get(); };
public System.Xml.UniqueId KeyGeneration { get; }
member this.KeyGeneration : System.Xml.UniqueId
Public ReadOnly Property KeyGeneration As UniqueId

属性值

UniqueId

一个表示密钥生成的 UniqueId

注解

从 .NET Framework 3.5 开始,此属性作为元素发出 <sc:Instance> 。 在早期版本的 .NET Framework 中,它作为 元素 <sc:Generation> 发出。

适用于