Share via


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

See Also

Reference

JsonWebToken Class

Microsoft.VisualStudio.Services.WebApi.Jwt Namespace