public sealed class KrVirtualFileStrictSecurity : CardStrictSecurityPublic NotInheritable Class KrVirtualFileStrictSecurity
Inherits CardStrictSecuritypublic ref class KrVirtualFileStrictSecurity sealed : public CardStrictSecurity[<SealedAttribute>]
type KrVirtualFileStrictSecurity =
class
inherit CardStrictSecurity
end| KrVirtualFileStrictSecurity | Инициализирует новый экземпляр класса KrVirtualFileStrictSecurity |
| CheckOnDeleteAsync |
Проверяет доступ к карточке при её удалении с ограничением flag.
(Переопределяет CardStrictSecurityCheckOnDeleteAsync(ICardDeleteExtensionContext, ConfigurationFlags)) |
| CheckOnNewAsync |
Проверяет доступ к карточке при её создании с ограничением flag.
(Переопределяет CardStrictSecurityCheckOnNewAsync(ICardNewExtensionContext, ConfigurationFlags)) |
| CheckOnStoreAsync |
Проверяет доступ к карточке при её сохранении с ограничением flag.
(Переопределяет CardStrictSecurityCheckOnStoreAsync(ICardStoreExtensionContext, ConfigurationFlags)) |
| CheckSealedAsync |
Проверяет доступ к карточке при наличии ограничения Sealed (Унаследован от CardStrictSecurity) |
| CheckStrictSecurityAsync |
Проверяет доступ к карточке при наличии ограничения StrictSecurity (Унаследован от CardStrictSecurity) |
| 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) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| UpdateOnSealedAsync |
Обновляет доступ к карточке при наличии ограничения Sealed (Переопределяет CardStrictSecurityUpdateOnSealedAsync(Card, CancellationToken)) |
| UpdateOnStrictSecurityAsync |
Обновляет доступ к карточке при наличии ограничения StrictSecurity (Переопределяет CardStrictSecurityUpdateOnStrictSecurityAsync(Card, CancellationToken)) |