Base:
property
StandardsManager
System.ServiceModel.Security.TrustDriver.StandardsManager
7 references to StandardsManager
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
249
return new RequestSecurityTokenResponseCollection(rstrCollection.AsReadOnly(), this.
StandardsManager
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (6)
155
renewTarget = this.
StandardsManager
.SecurityTokenSerializer.ReadKeyIdentifierClause(new XmlNodeReader(child.FirstChild));
157
closeTarget = this.
StandardsManager
.SecurityTokenSerializer.ReadKeyIdentifierClause(new XmlNodeReader(child.FirstChild));
167
this.
StandardsManager
.SecurityTokenSerializer.WriteKeyIdentifierClause(writer, rstr.RequestedAttachedReference);
174
this.
StandardsManager
.SecurityTokenSerializer.WriteKeyIdentifierClause(writer, rstr.RequestedUnattachedReference);
192
this.
StandardsManager
.SecurityTokenSerializer.WriteKeyIdentifierClause(writer, rst.RenewTarget);
199
this.
StandardsManager
.SecurityTokenSerializer.WriteKeyIdentifierClause(writer, rst.CloseTarget);