public sealed class Base58ContentAccessTokenGenerator : IContentAccessTokenGenerator
Public NotInheritable Class Base58ContentAccessTokenGenerator
Implements IContentAccessTokenGenerator
public ref class Base58ContentAccessTokenGenerator sealed : IContentAccessTokenGenerator
[<SealedAttribute>]
type Base58ContentAccessTokenGenerator =
class
interface IContentAccessTokenGenerator
end
Base58ContentAccessTokenGenerator | Инициализирует новый экземпляр класса Base58ContentAccessTokenGenerator |
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) |
GenerateAsync | Генерирует токен доступа. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
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) |
ValidateTokenAsync | Валидирует входной токен доступа на соответствие алфавиту и длине текущего генератора. |