SerializableSecureStoreCredential Class
Provides a representation of the credentials used by the Secure Store Service that can be serialized
Inheritance Hierarchy
System.Object
Microsoft.Office.SecureStoreService.Server.SerializableSecureStoreCredential
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public NotInheritable Class SerializableSecureStoreCredential _
Implements IDisposable
'Usage
Dim instance As SerializableSecureStoreCredential
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public sealed class SerializableSecureStoreCredential : 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.