Contains extension methods for resource credentials.
Name | Description | |
---|---|---|
SetValues(IHasCredentials target) |
Applies the values from the IHasCredentials<TCredentials> to the specified target. |
|
SetValues(IHasCredentials target, int? environmentId) |
Applies the values from the IHasCredentials<TCredentials> to the specified target. |
|
SetValues(IHasCredentials target, int? environmentId, int? applicationId) |
Applies the values from the IHasCredentials<TCredentials> to the specified target. |
|
TryGetCredentials<TCredential>(IHasCredentials<TCredential> obj) |
Gets the credentials assigned to an IHasCredentials<TCredentials> operation. |
|
TryGetCredentials(IHasCredentials obj) |
Gets the credentials assigned to an IHasCredentials operation. |
|
TryGetCredentials(IHasCredentials obj, int? environmentId, int? applicationId) |
Gets the credentials assigned to an IHasCredentials operation. |