SessionSecurityTokenCacheKey.KeyGeneration Property

Definition

Gets the key generation for the cache key.

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

Property Value

The key generation for the cache key.

Remarks

This corresponds to the KeyGeneration property of the cached token.

Applies to