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