C# 클래스 Microsoft.WindowsAzure.Commands.CloudService.Development.EnableAzureServiceProjectRemoteDesktopCommand

상속: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddRemoteAccess void
ChooseCertificate System.Security.Cryptography.X509Certificates.X509Certificate2
EnableRemoteDesktop void
Encrypt string
ExecuteCmdlet void
FindCertificate System.Security.Cryptography.X509Certificates.X509Certificate2
GetForwarderName string
GetPlainPassword string
IsPasswordComplex bool
RemoveOtherRemoteForwarders void
UpdateServiceConfigurations void

비공개 메소드들

메소드 설명
AddRemoteAccess ( WebRole webRoles, WorkerRole workerRoles ) : void
ChooseCertificate ( ) : X509Certificate2
EnableRemoteDesktop ( ) : void
Encrypt ( string password, X509Certificate2 cert ) : string
ExecuteCmdlet ( ) : void
FindCertificate ( ) : X509Certificate2
GetForwarderName ( WebRole webRoles, WorkerRole workerRoles ) : string
GetPlainPassword ( ) : string
IsPasswordComplex ( string password ) : bool
RemoveOtherRemoteForwarders ( WebRole webRoles, WorkerRole workerRoles, string forwarderName ) : void
UpdateServiceConfigurations ( CloudServiceProject service, string forwarderName, Certificate certElement, string encryptedPassword ) : void