Share via


SecureStoreServiceClaim.ClaimIssuer property

Gets or sets the claim issuer for the current claim object.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Property ClaimIssuer As String
    Get
    Set
'Usage
Dim instance As SecureStoreServiceClaim
Dim value As String

value = instance.ClaimIssuer

instance.ClaimIssuer = value
public string ClaimIssuer { get; set; }

Property value

Type: System.String
An object that represents the claim issuer of the current claim.

See also

Reference

SecureStoreServiceClaim class

SecureStoreServiceClaim members

Microsoft.Office.SecureStoreService.Server namespace