3 writes to standardsManager
System.ServiceModel (3)
System\ServiceModel\Security\RequestSecurityToken.cs (3)
119
this.
standardsManager
= standardsManager;
146
this.
standardsManager
= standardsManager;
359
this.
standardsManager
= value;
7 references to standardsManager
System.ServiceModel (7)
System\ServiceModel\Security\RequestSecurityToken.cs (7)
147
this.requestType = this.
standardsManager
.TrustDriver.RequestTypeIssue;
349
return this.
standardsManager
;
434
return this.
standardsManager
.TrustDriver.GetBinaryNegotiation(this);
452
return this.
standardsManager
.TrustDriver.GetEntropy(this, resolver);
489
this.
standardsManager
.TrustDriver.GetAppliesToQName(this, out localName, out namespaceUri);
505
return this.
standardsManager
.TrustDriver.GetAppliesTo<T>(this, serializer);
521
this.
standardsManager
.TrustDriver.WriteRequestSecurityToken(this, writer);