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>
发出。