Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="XacmlProtocolSerializer"/> class.
 /// </summary>
 /// <param name="version">The XACML version.</param>
 protected XacmlProtocolSerializer(XacmlVersion version)
 {
     this.version = version;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Xacml20ProtocolSerializer"/> class.
 /// </summary>
 /// <param name="version">The XACML version.</param>
 protected Xacml20ProtocolSerializer(XacmlVersion version) :
     base(version) {
 }