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.