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
claimType
Type: System.StringThe claim type.
claimIssuer
Type: System.StringThe claim issuer.
claimValue
Type: System.StringThe claim value.
See Also
Reference
SecureStoreServiceClaim Members