Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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. | |
return | void |
public DeleteCredentialsForInstance ( Instance instance, |
||
instance | Instance | The GCE VM. |
credentials | The credentials. | |
return | void |
public GetCredentialsForInstance ( Instance instance ) : IEnumerable |
||
instance | Instance | The GCE VM |
return | IEnumerable |
public GetStoragePathForInstance ( Instance instance ) : string | ||
instance | Instance | The GCE VM. |
return | string |