WsFederationOptions.SecurityTokenHandlers Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
SecurityTokenHandlers is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenHandlers, set UseSecurityTokenHandlers to true. See https://aka.ms/aspnetcore8/security-token-changes
S'leri okumak ve doğrulamak SecurityTokeniçin kullanılan koleksiyonunu ISecurityTokenValidator alır veya ayarlar.
public:
property System::Collections::Generic::ICollection<Microsoft::IdentityModel::Tokens::ISecurityTokenValidator ^> ^ SecurityTokenHandlers { System::Collections::Generic::ICollection<Microsoft::IdentityModel::Tokens::ISecurityTokenValidator ^> ^ get(); void set(System::Collections::Generic::ICollection<Microsoft::IdentityModel::Tokens::ISecurityTokenValidator ^> ^ value); };
public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.ISecurityTokenValidator> SecurityTokenHandlers { get; set; }
[System.Obsolete("SecurityTokenHandlers is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenHandlers, set UseSecurityTokenHandlers to true. See https://aka.ms/aspnetcore8/security-token-changes")]
public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.ISecurityTokenValidator> SecurityTokenHandlers { get; set; }
member this.SecurityTokenHandlers : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.ISecurityTokenValidator> with get, set
[<System.Obsolete("SecurityTokenHandlers is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenHandlers, set UseSecurityTokenHandlers to true. See https://aka.ms/aspnetcore8/security-token-changes")>]
member this.SecurityTokenHandlers : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.ISecurityTokenValidator> with get, set
Public Property SecurityTokenHandlers As ICollection(Of ISecurityTokenValidator)
Özellik Değeri
- Öznitelikler