### YamlMime:JavaType constructors: - fullName: system.fabric.ClaimsCredentials.ClaimsCredentials() name: ClaimsCredentials() nameWithType: ClaimsCredentials.ClaimsCredentials() summary:
Initializes a new instance of the
The certificate thumbprints of server certificate issuer.
type:Gets the certificate thumbprints of server certificate issuer.
syntax: public ListThe string representation of claims token acquired from STS (security token service).
type: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:Gets the protection level of communication with server; the default value is
The expected common names of server certificate.
type:Gets the expected common names of server certificate.
syntax: public ListThe string representation of claims token acquired from STS (security token service).
name: localClaims type: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:Sets the protection level of communication with server; the default value is
Represents the claim based security credential acquired from STS (security token service).
metadata: {}