public sealed class UserExclusiveContentTokenRepository : PlainContentTokenRepository,
IUserExclusiveContentTokenRepository, IContentTokenRepository
Public NotInheritable Class UserExclusiveContentTokenRepository
Inherits PlainContentTokenRepository
Implements IUserExclusiveContentTokenRepository, IContentTokenRepository
public ref class UserExclusiveContentTokenRepository sealed : public PlainContentTokenRepository,
IUserExclusiveContentTokenRepository, IContentTokenRepository
[<SealedAttribute>]
type UserExclusiveContentTokenRepository =
class
inherit PlainContentTokenRepository
interface IUserExclusiveContentTokenRepository
interface IContentTokenRepository
end
UserExclusiveContentTokenRepository | Инициализирует новый экземпляр класса UserExclusiveContentTokenRepository |
DeleteTokenAsync(String, CancellationToken) |
Удаляет запись токена token.
(Унаследован от PlainContentTokenRepository) |
DeleteTokenAsync(String, Guid, CancellationToken) | Удаляет запись токена со скоупом scope для пользователя userID. |
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) |
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) |
StoreTokenAsync |
Сохраняет данные токена.
(Переопределяет PlainContentTokenRepositoryStoreTokenAsync(IContentTokenInfo, CancellationToken)) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetTokenAsync(String, CancellationToken) |
Возвращает данные токена token.
(Унаследован от PlainContentTokenRepository) |
TryGetTokenAsync(String, Guid, CancellationToken) | Возвращает данные единственного токена со скоупом scope для пользователя userID. |
DbScope | (Унаследован от PlainContentTokenRepository) |
SignatureProvider | (Унаследован от PlainContentTokenRepository) |