C# 클래스 System.Net.SecureOnPassword

파일 보기 프로젝트 열기: nikeee/wake-on-lan 1 사용 예제들

공개 메소드들

메소드 설명
GetPasswordBytes ( ) : byte[]

Gets the buffer of the password.

SecureOnPassword ( byte password )

Initializes a new instance of SecureOnPassword with the given password.

SecureOnPassword ( string password )

Initializes a new instance of SecureOnPassword with the given password.

Uses Text.Encoding.Default as encoding.

SecureOnPassword ( string password, Text encoding )

Initializes a new instance of SecureOnPassword with the given password.

ToString ( ) : string

Converts the SecureOnPassword to dash notation.

ToString ( IFormatProvider format ) : string

Converts the SecureOnPassword to dash notation.

비공개 메소드들

메소드 설명
ToString ( string format ) : string

Converts the SecureOnPassword to dash notation.

메소드 상세

GetPasswordBytes() 공개 메소드

Gets the buffer of the password.
public GetPasswordBytes ( ) : byte[]
리턴 byte[]

SecureOnPassword() 공개 메소드

Initializes a new instance of SecureOnPassword with the given password.
is null. The length of the array password is not 6.
public SecureOnPassword ( byte password )
password byte The password as array.

SecureOnPassword() 공개 메소드

Initializes a new instance of SecureOnPassword with the given password.
Uses Text.Encoding.Default as encoding.
is null.
public SecureOnPassword ( string password )
password string The password as .

SecureOnPassword() 공개 메소드

Initializes a new instance of SecureOnPassword with the given password.
is null. is null. The array wich is created using the password has more elements than 6.
public SecureOnPassword ( string password, Text encoding )
password string The password as .
encoding Text The instance to use for the password.

ToString() 공개 메소드

Converts the SecureOnPassword to dash notation.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Converts the SecureOnPassword to dash notation.
public ToString ( IFormatProvider format ) : string
format IFormatProvider
리턴 string