1 write to UseKey
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
395
rst.
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)
400
if (rst.
UseKey
== null)
803
if (rst.
UseKey
!= null)
805
requestSerializer.WriteXmlElement(writer, trustConstants.Elements.UseKey, rst.
UseKey
, rst, context);
System\IdentityModel\SecurityTokenService.cs (2)
359
if (request.
UseKey
== null)
364
result = new AsymmetricProofDescriptor(request.
UseKey
.SecurityKeyIdentifier);
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
686
return GetUseKeySecurityToken(request.
UseKey
, request.KeyType);