메소드 | 설명 | |
---|---|---|
AddCredentialsToInstance ( Instance instance, |
Adds a Windows credential to the store for the given instance.
|
|
DeleteCredentialsForInstance ( Instance instance, |
Deletes the given credentials from the list of associated credenials for instance.
|
|
GetCredentialsForInstance ( Instance instance ) : IEnumerable |
Loads the list of Windows credentials associated with instance.
|
|
GetStoragePathForInstance ( Instance instance ) : string |
Returns the path where to store credential related information for a GCE VM.
|
메소드 | 설명 | |
---|---|---|
GetCredentialsStoreRoot ( ) : string | ||
GetFileName ( |
||
GetInstancePath ( Instance instance ) : string | ||
GetUserName ( string path ) : string | ||
LoadEncryptedCredentials ( string path ) : |
||
SaveEncryptedCredentials ( string path, |
public AddCredentialsToInstance ( Instance instance, |
||
instance | Instance | The GCE VM. |
credentials | The credentials to store. | |
리턴 | void |
public DeleteCredentialsForInstance ( Instance instance, |
||
instance | Instance | The GCE VM. |
credentials | The credentials. | |
리턴 | void |
public GetCredentialsForInstance ( Instance instance ) : IEnumerable |
||
instance | Instance | The GCE VM |
리턴 | IEnumerable |
public GetStoragePathForInstance ( Instance instance ) : string | ||
instance | Instance | The GCE VM. |
리턴 | string |