public BinarySecretClauseEntry(WSTrust parent) { this.parent = parent; this.otherDictionary = null; if (parent.SerializerDictionary is TrustDec2005Dictionary) { this.otherDictionary = parent.securityTokenSerializer.DictionaryManager.TrustFeb2005Dictionary; } if (parent.SerializerDictionary is TrustFeb2005Dictionary) { this.otherDictionary = parent.securityTokenSerializer.DictionaryManager.TrustDec2005Dictionary; } // always set it, so we don't have to worry about null if (this.otherDictionary == null) this.otherDictionary = this.parent.SerializerDictionary; }
public BinarySecretClauseEntry(WSTrust parent) { _parent = parent; _otherDictionary = null; if (parent.SerializerDictionary is TrustDec2005Dictionary) { _otherDictionary = parent._securityTokenSerializer.DictionaryManager.TrustFeb2005Dictionary; } if (parent.SerializerDictionary is TrustFeb2005Dictionary) { _otherDictionary = parent._securityTokenSerializer.DictionaryManager.TrustDec2005Dictionary; } // always set it, so we don't have to worry about null if (_otherDictionary == null) { _otherDictionary = _parent.SerializerDictionary; } }
public BinarySecretTokenEntry(WSTrust parent) { _parent = parent; }
public GenericXmlSecurityKeyIdentifierClauseEntry(WSTrust parent) { _parent = parent; }
public BinarySecretTokenEntry(WSTrust parent) { this.parent = parent; }
public GenericXmlSecurityKeyIdentifierClauseEntry(WSTrust parent) { this.parent = parent; }