Method CopyInto
CopyInto(SecureString, SecureString)
Copies the existing instance of a secure string into the destination, clearing the destination beforehand.
Declaration
public static void CopyInto(this SecureString source, SecureString destination)
Parameters
Type | Name | Description |
---|---|---|
SecureString | source | |
SecureString | destination |