Share via


SecureStoreServiceClaim constructor (String, String, String)

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

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

Syntax

'Declaration
Public Sub New ( _
    claimType As String, _
    claimIssuer As String, _
    claimValue As String _
)
'Usage
Dim claimType As String
Dim claimIssuer As String
Dim claimValue As String

Dim instance As New SecureStoreServiceClaim(claimType, _
    claimIssuer, claimValue)
public SecureStoreServiceClaim(
    string claimType,
    string claimIssuer,
    string claimValue
)

Parameters

See also

Reference

SecureStoreServiceClaim class

SecureStoreServiceClaim members

SecureStoreServiceClaim overload

Microsoft.Office.SecureStoreService.Server namespace