C# 클래스 DD.CBU.CaasDeploy.Library.CaasAuthentication

Performs authentication with CaaS.
파일 보기 프로젝트 열기: DimensionDataCBUSydney/CaaSDeploy

공개 메소드들

메소드 설명
Authenticate ( string userName, string password, string regionKey ) : Task

Authenticates a user.

메소드 상세

Authenticate() 공개 정적인 메소드

Authenticates a user.
public static Authenticate ( string userName, string password, string regionKey ) : Task
userName string Name of the user.
password string The password.
regionKey string The region key.
리턴 Task