SecureStoreCredential class

Represents the credential for an external application.

Inheritance hierarchy

System.Object
  Microsoft.Office.SecureStoreService.Server.SecureStoreCredential

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SecureStoreCredential _
    Implements ISecureStoreCredential, IDisposable
'Usage
Dim instance As SecureStoreCredential
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SecureStoreCredential : ISecureStoreCredential, 
    IDisposable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SecureStoreCredential members

Microsoft.Office.SecureStoreService.Server namespace