AzKeyStore.SaveSecureString(IKeyStoreKey, SecureString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void SaveSecureString(Microsoft.Azure.Commands.ResourceManager.Common.IKeyStoreKey key, System.Security.SecureString value);
public virtual void SaveSecureString(Microsoft.Azure.Commands.ResourceManager.Common.IKeyStoreKey key, System.Security.SecureString value);
member this.SaveSecureString : Microsoft.Azure.Commands.ResourceManager.Common.IKeyStoreKey * System.Security.SecureString -> unit
abstract member SaveSecureString : Microsoft.Azure.Commands.ResourceManager.Common.IKeyStoreKey * System.Security.SecureString -> unit
override this.SaveSecureString : Microsoft.Azure.Commands.ResourceManager.Common.IKeyStoreKey * System.Security.SecureString -> unit
Public Sub SaveSecureString (key As IKeyStoreKey, value As SecureString)
Public Overridable Sub SaveSecureString (key As IKeyStoreKey, value As SecureString)
Parameters
- key
- IKeyStoreKey
- value
- SecureString