ClaimsCredentials Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the claim based security credential acquired from STS (security token service).
public sealed class ClaimsCredentials : System.Fabric.SecurityCredentials
type ClaimsCredentials = class
inherit SecurityCredentials
Public NotInheritable Class ClaimsCredentials
Inherits SecurityCredentials
- Inheritance
Constructors
ClaimsCredentials() |
Initializes a new instance of the ClaimsCredentials class. |
Properties
CredentialType |
Indicates the type of security credentials to use in order to secure the cluster – valid values are "none", "x509", "Windows". (Inherited from SecurityCredentials) |
IssuerThumbprints |
Gets the certificate thumbprints of server certificate issuer. |
LocalClaims |
Gets the string representation of claims token acquired from STS (security token service). |
ProtectionLevel |
Gets the protection level of communication with server; the default value is EncryptAndSign. |
ServerCommonNames |
Gets the expected common names of server certificate. |
ServerThumbprints |
FOR INTERNAL USE ONLY. |
Applies to
Azure SDK for .NET