Overload List
Name | Description |
---|---|
Claim (Claim, String) | Creates a Claim and initializes properties to be consistent with the Claim provided. |
Claim (String, String) | Creates a Claim with the specified type and value. The Claim has a local authority issuer and no subject. |
Claim (String, String, String) | Creates a Claim with the specified type and value. The Claim has a local authority issuer and no subject. |
Claim (String, String, String, String) | Creates a with the specified type, value, value type, and issuer. |
Claim (String, String, String, String, String) | Creates a Claim with the specified type, value, value type, issuer and original issuer. |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.