public void LoadPolicy(
string userName = null,
SecureString password = null
)
Public Sub LoadPolicy (
Optional userName As String = Nothing,
Optional password As SecureString = Nothing
)
public:
void LoadPolicy(
String^ userName = nullptr,
SecureString^ password = nullptr
)
member LoadPolicy :
?userName : string *
?password : SecureString
(* Defaults:
let _userName = defaultArg userName null
let _password = defaultArg password null
*)
-> unit
If the authentication type is set to ClientCertificate, this parameter must contains authentication certificate's thumbprint.
This parameter must be omitted when Kerberos authentication is used.
This parameter must be used only when UserNameAndPassword authentication method is used. This parameter must be omitted in all other authentication methods.