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: ClaimThe claim.
See Also
Reference
SecureStoreServiceClaim Members