Share via


SecureStoreServiceClaim.ClaimType Property

Gets or sets the claim type of the current claim.

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

Syntax

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

value = instance.ClaimType

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

Property Value

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

See Also

Reference

SecureStoreServiceClaim Class

SecureStoreServiceClaim Members

Microsoft.Office.SecureStoreService.Server Namespace