Assembly: Microsoft.IdentityModel.JsonWebTokens.dll Package: Microsoft.IdentityModel.JsonWebTokens v8.9.0 Returns a value that indicates if this handler can validate a SecurityToken. C# コピー public virtual
Namespace: Microsoft.IdentityModel.JsonWebTokens Assembly: Microsoft.IdentityModel.JsonWebTokens.dll Package: Microsoft.IdentityModel.JsonWebTokens v8.9.0 Returns a SecurityKey to use when decrypting a JWE. C# 复制 protected virtual Microsoft.IdentityModel.Tokens.SecurityKey ResolveTokenDecryp...
public JsonWebTokenHandler (); Applies to 产品版本 Microsoft Identity Model latest 反馈 即将发布:在整个 2024 年,我们将逐步淘汰作为内容反馈机制的“GitHub 问题”,并将其取代为新的反馈系统。 有关详细信息,请参阅:https://aka.ms/ContentUserFeedback。 提交和查看相关反馈 此产品 此页面 查看所有...
IdentityModel.JsonWebTokens Assembly: Microsoft.IdentityModel.JsonWebTokens.dll Package: Microsoft.IdentityModel.JsonWebTokens v7.5.2 Gets the type of the JsonWebToken. C# Kopírovat public Type TokenType { get; } Property Value Type Applies to ProduktVerze Microsoft Identity Model latest ...
The JSON Web Token Handler extension for Windows Identity Foundation enables you to create and validate JSON Web Tokens (JWT) in your applications. The JWT Token Handler can be configured to run in the WIF pipeline like other built-in security token handlers, but it can also be used independe...
The JSON Web Token Handler extension for Windows Identity Foundation enables you to create and validate JSON Web Tokens (JWT) in your applications. The JWT Token Handler can be configured to run in the WIF pipeline like other built-in security token handlers, but it can also be used independe...
JsonWebTokenHandler Class Reference Definition Namespace: Microsoft.IdentityModel.JsonWebTokens Assembly: Microsoft.IdentityModel.JsonWebTokens.dll Package: Microsoft.IdentityModel.JsonWebTokens v8.8.0 ASecurityTokenHandlerdesigned for creating and validating Json Web Tokens. See:https://datatracker.ietf.org...
JsonWebTokenHandler.CanReadToken(String) Method Reference Definition Namespace: Microsoft.IdentityModel.JsonWebTokens Assembly: Microsoft.IdentityModel.JsonWebTokens.dll Package: Microsoft.IdentityModel.JsonWebTokens v8.9.0 Determines if the string is a well formed JSON Web Token (JWT). See...
JsonWebTokenHandler.ReadToken(String) Method Reference Feedback Definition Namespace: Microsoft.IdentityModel.JsonWebTokens Assembly: Microsoft.IdentityModel.JsonWebTokens.dll Package: Microsoft.IdentityModel.JsonWebTokens v7.5.1 Converts a string into an instance of JsonWebToken. C# 复制 pub...
Returns a value that indicates if this handler can validate a SecurityToken. C# 复制 public virtual bool CanValidateToken { get; } Property Value Boolean 'true', indicating this instance can validate a JsonWebToken. Applies to 产品版本 Microsoft Identity Model latest ...