2 references to defaultCanRenewSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (2)
19
private bool _canRenewSession =
defaultCanRenewSession
;
41
: this(bootstrapSecurityBindingElement, requireCancellation,
defaultCanRenewSession
, null)