C# Класс Recurity.Swf.ProtectionEventArgs

Provides data for Protection events.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
ProtectionEventArgs ( ) : System

Will be fired if a Swf file is protected with an password

ProtectionEventArgs ( String passwordHash ) : System

Will be fired if a Swf file is protected with an password

Описание методов

ProtectionEventArgs() публичный Метод

Will be fired if a Swf file is protected with an password
public ProtectionEventArgs ( ) : System
Результат System

ProtectionEventArgs() публичный Метод

Will be fired if a Swf file is protected with an password
public ProtectionEventArgs ( String passwordHash ) : System
passwordHash String The password hash
Результат System