1 write to UseKey
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
395rst.UseKey = new UseKey(useKeySki, resolvedUseKeyToken);
9 references to UseKey
System.IdentityModel (8)
System\IdentityModel\Protocols\WSTrust\WSTrustRequestSerializer.cs (3)
82((requestSecurityToken.UseKey == null) || (requestSecurityToken.UseKey.SecurityKeyIdentifier == null && requestSecurityToken.UseKey.Token == null)))
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
400if (rst.UseKey == null) 803if (rst.UseKey != null) 805requestSerializer.WriteXmlElement(writer, trustConstants.Elements.UseKey, rst.UseKey, rst, context);
System\IdentityModel\SecurityTokenService.cs (2)
359if (request.UseKey == null) 364result = new AsymmetricProofDescriptor(request.UseKey.SecurityKeyIdentifier);
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
686return GetUseKeySecurityToken(request.UseKey, request.KeyType);