C# 클래스 Recurity.Swf.ProtectionEventArgs

Provides data for Protection events.
상속: System.EventArgs
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
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