1 write to keyInfoSerializer
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
157
this.
keyInfoSerializer
= new WSKeyInfoSerializer(this.emitBspRequiredAttributes, dictionaryManager, trustDictionary, this, securityVersion, secureConversationVersion);
8 references to keyInfoSerializer
System.ServiceModel (8)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (8)
299
return this.
keyInfoSerializer
.CanReadKeyIdentifier(reader);
311
return this.
keyInfoSerializer
.ReadKeyIdentifier(reader);
324
return this.
keyInfoSerializer
.CanWriteKeyIdentifier(keyIdentifier);
336
this.
keyInfoSerializer
.WriteKeyIdentifier(writer, keyIdentifier);
348
return this.
keyInfoSerializer
.CanReadKeyIdentifierClause(reader);
360
return this.
keyInfoSerializer
.ReadKeyIdentifierClause(reader);
372
return this.
keyInfoSerializer
.CanWriteKeyIdentifierClause(keyIdentifierClause);
384
this.
keyInfoSerializer
.WriteKeyIdentifierClause(writer, keyIdentifierClause);