2 references to defaultKeyType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Configuration\SecurityElementBase.cs (1)
23
private SecurityKeyType _templateKeyType = IssuedSecurityTokenParameters.
defaultKeyType
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
41
private SecurityKeyType _keyType =
defaultKeyType
;