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