2 references to NonceToken
System.ServiceModel (2)
System\ServiceModel\Security\RequestSecurityToken.cs (1)
462this.entropyToken = (entropy != null) ? new NonceToken(entropy) : null;
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
467this.entropyToken = (issuerEntropy != null) ? new NonceToken(issuerEntropy) : null;