C# 클래스 OpenStack.Services.Identity.V2.PasswordCredentials

상속: ExtensibleJsonObject
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

공개 메소드들

메소드 설명
PasswordCredentials ( string username, string password ) : System

Initializes a new instance of the PasswordCredentials class with the specified credentials.

PasswordCredentials ( string username, string password, JToken>.ImmutableDictionary extensionData ) : System

Initializes a new instance of the PasswordCredentials class with the specified credentials and extension data.

비공개 메소드들

메소드 설명
PasswordCredentials ( ) : System

메소드 상세

PasswordCredentials() 공개 메소드

Initializes a new instance of the PasswordCredentials class with the specified credentials.
public PasswordCredentials ( string username, string password ) : System
username string The username.
password string The password.
리턴 System

PasswordCredentials() 공개 메소드

Initializes a new instance of the PasswordCredentials class with the specified credentials and extension data.
If is .
public PasswordCredentials ( string username, string password, JToken>.ImmutableDictionary extensionData ) : System
username string The username.
password string The password.
extensionData JToken>.ImmutableDictionary The extension data.
리턴 System