Recurity.Swf.ProtectionEventArgs.ProtectionEventArgs C# (CSharp) Метод

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

Will be fired if a Swf file is protected with an password
public ProtectionEventArgs ( ) : System
Результат System
        public ProtectionEventArgs()
        {
            this._Protected = false;
        }

Same methods

ProtectionEventArgs::ProtectionEventArgs ( String passwordHash ) : System
ProtectionEventArgs