다음을 통해 공유


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> 요소로 내보냈습니다.

적용 대상