Share via


SecureStoreServiceClaim constructor ()

Initializes a new instance of the SecureStoreServiceClaim class using the specified Claim.

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

Syntax

'Declaration
Public Sub New ( _
    claim As Claim _
)
'Usage
Dim claim As Claim

Dim instance As New SecureStoreServiceClaim(claim)
public SecureStoreServiceClaim(
    Claim claim
)

Parameters

  • claim
    Type: Claim

    The claim.

See also

Reference

SecureStoreServiceClaim class

SecureStoreServiceClaim members

SecureStoreServiceClaim overload

Microsoft.Office.SecureStoreService.Server namespace