JsonWebToken.Algorithm Property
Namespace: Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public ReadOnly Property Algorithm As JWTAlgorithm
public JWTAlgorithm Algorithm { get; }
public:
property JWTAlgorithm Algorithm {
JWTAlgorithm get ();
}
member Algorithm : JWTAlgorithm with get
function get Algorithm () : JWTAlgorithm
Property Value
Type: Microsoft.VisualStudio.Services.WebApi.Jwt.JWTAlgorithm
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.