7 references to X509Certificate
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
458serverCertRequirement.TokenType = SecurityTokenTypes.X509Certificate; 472clientCertRequirement.TokenType = SecurityTokenTypes.X509Certificate;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
213certificateTokenRequirement.TokenType = SecurityTokenTypes.X509Certificate;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (4)
104if (tokenRequirement is RecipientServiceModelSecurityTokenRequirement && tokenRequirement.TokenType == SecurityTokenTypes.X509Certificate && tokenRequirement.KeyUsage == SecurityKeyUsage.Exchange) 121else if (tokenType == SecurityTokenTypes.X509Certificate) 215else if (tokenType == SecurityTokenTypes.X509Certificate) 248else if ((tokenRequirement is RecipientServiceModelSecurityTokenRequirement) && tokenRequirement.TokenType == SecurityTokenTypes.X509Certificate)