2 references to X509WindowsSecurityToken
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
176
protected override Type[] GetTokenTypesCore() { return new Type[] { typeof(X509SecurityToken), typeof(
X509WindowsSecurityToken
) }; }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (1)
476
protected override Type[] GetTokenTypesCore() { return new Type[] { typeof(X509SecurityToken), typeof(
X509WindowsSecurityToken
) }; }