MailServer.SetPassword 메서드

정의

오버로드

Name Description
SetPassword(SecureString)

서버 인증 암호 설정

SetPassword(String)

서버 인증 암호 설정

SetPassword(SecureString)

서버 인증 암호 설정

public void SetPassword(System.Security.SecureString password);
member this.SetPassword : System.Security.SecureString -> unit
Public Sub SetPassword (password As SecureString)

매개 변수

password
SecureString

적용 대상

SetPassword(String)

서버 인증 암호 설정

public void SetPassword(string password);
member this.SetPassword : string -> unit
Public Sub SetPassword (password As String)

매개 변수

password
String

적용 대상