public class TokenSignatureProvider : ITokenSignatureProviderPublic Class TokenSignatureProvider
Implements ITokenSignatureProviderpublic ref class TokenSignatureProvider : ITokenSignatureProvidertype TokenSignatureProvider =
class
interface ITokenSignatureProvider
end| TokenSignatureProvider | An object that provides cryptographic means for signing and verifying signatures for an access token. |
| CheckSignatureAsync | Verifies the integrity of the signature signature for the token data tokenInfo. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashAsync | Computes the hash value for the token token. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetSignatureAsync | Signs the token data tokenInfo. |
| GetSignatureLength | Returns the length of the signature in bytes, which is used to create and verify the signature. This is always a relatively small number, so a byte array of this size can be allocated on the stack using stackalloc. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |