1 write to _clientOptions
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (1)
84
_clientOptions
= clientOptions;
7 references to _clientOptions
System.Net.Security (7)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (7)
77
public override string? TargetName =>
_clientOptions
.TargetName;
121
Credential =
_clientOptions
.Credential,
122
TargetName =
_clientOptions
.TargetName,
123
Binding =
_clientOptions
.Binding,
124
RequiredProtectionLevel =
_clientOptions
.RequiredProtectionLevel,
125
RequireMutualAuthentication =
_clientOptions
.RequireMutualAuthentication,
126
AllowedImpersonationLevel =
_clientOptions
.AllowedImpersonationLevel,