1 instantiation of Renewing
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
523
rst.Renewing = new
Renewing
(allowRenewal, renewalAfterExpiration);
5 references to Renewing
System.IdentityModel (5)
System\IdentityModel\Protocols\WSTrust\RequestSecurityToken.cs (2)
21
Renewing
_renewing;
303
public
Renewing
Renewing
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
1253
Renewing
renewing = elementValue as
Renewing
;
1256
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("elementValue", SR.GetString(SR.ID3222, trustConstants.Elements.Renewing, trustConstants.NamespaceURI, typeof(
Renewing
), elementValue));