SecurityContextSecurityToken.KeyGeneration 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取密钥生成。
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> 元素发出。