### YamlMime:JavaType constructors: - fullName: system.fabric.ClaimsCredentials.ClaimsCredentials() name: ClaimsCredentials() nameWithType: ClaimsCredentials.ClaimsCredentials() summary:

Initializes a new instance of the class.

syntax: public ClaimsCredentials() uid: system.fabric.ClaimsCredentials.ClaimsCredentials() inheritances: - - inheritedMembers: - system.fabric.SecurityCredentials.getCredentialType() - system.fabric.SecurityCredentials.loadFrom(FabricCodePackageActivationContext,String,String) - system.fabric.SecurityCredentials.setCredentialType(CredentialType) methods: - fullName: system.fabric.ClaimsCredentials.getIssuerThumbprints() name: getIssuerThumbprints() nameWithType: ClaimsCredentials.getIssuerThumbprints() returns: description:

The certificate thumbprints of server certificate issuer.

type: summary: >-

Gets the certificate thumbprints of server certificate issuer.

syntax: public List getIssuerThumbprints() uid: system.fabric.ClaimsCredentials.getIssuerThumbprints() - fullName: system.fabric.ClaimsCredentials.getLocalClaims() name: getLocalClaims() nameWithType: ClaimsCredentials.getLocalClaims() returns: description:

The string representation of claims token acquired from STS (security token service).

type: summary: >-

Gets the string representation of claims token acquired from STS (security token service).

syntax: public String getLocalClaims() uid: system.fabric.ClaimsCredentials.getLocalClaims() - fullName: system.fabric.ClaimsCredentials.getProtectionLevel() name: getProtectionLevel() nameWithType: ClaimsCredentials.getProtectionLevel() returns: description:

The protection level of communication with server.

type: summary: >-

Gets the protection level of communication with server; the default value is .

syntax: public ProtectionLevel getProtectionLevel() uid: system.fabric.ClaimsCredentials.getProtectionLevel() - fullName: system.fabric.ClaimsCredentials.getServerCommonNames() name: getServerCommonNames() nameWithType: ClaimsCredentials.getServerCommonNames() returns: description:

The expected common names of server certificate.

type: summary: >-

Gets the expected common names of server certificate.

syntax: public List getServerCommonNames() uid: system.fabric.ClaimsCredentials.getServerCommonNames() - fullName: system.fabric.ClaimsCredentials.setLocalClaims(String localClaims) name: setLocalClaims(String localClaims) nameWithType: ClaimsCredentials.setLocalClaims(String localClaims) parameters: - description:

The string representation of claims token acquired from STS (security token service).

name: localClaims type: summary: >-

Sets the string representation of claims token acquired from STS (security token service).

syntax: public void setLocalClaims(String localClaims) uid: system.fabric.ClaimsCredentials.setLocalClaims(String) - fullName: system.fabric.ClaimsCredentials.setProtectionLevel(ProtectionLevel protectionLevel) name: setProtectionLevel(ProtectionLevel protectionLevel) nameWithType: ClaimsCredentials.setProtectionLevel(ProtectionLevel protectionLevel) parameters: - description:

The protection level of communication with server.

name: protectionLevel type: summary: >-

Sets the protection level of communication with server; the default value is .

syntax: public void setProtectionLevel(ProtectionLevel protectionLevel) uid: system.fabric.ClaimsCredentials.setProtectionLevel(ProtectionLevel) nameWithType: ClaimsCredentials syntax: public class ClaimsCredentials extends SecurityCredentials type: class uid: system.fabric.ClaimsCredentials fullName: system.fabric.ClaimsCredentials name: ClaimsCredentials package: system.fabric summary:

Represents the claim based security credential acquired from STS (security token service).

metadata: {}