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 表示密钥生成的值。

注解

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

适用于