Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following two examples are equivalent:

Code Block
<CredentialResolver<FileCredentialResolver type="File" key="sp.key" certificate="sp.crt"/>

Code Block
<CredentialResolver<FileCredentialResolver type="File">
    <Key>
        <Path>sp.key</Path>
    </Key>
    <Certificate>
        <Path>sp.crt</Path>
    </Certificate>
</CredentialResolver>FileCredentialResolver>