VssCredentials.Storage Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property Storage As IVssCredentialStorage
public IVssCredentialStorage Storage { get; set; }
public:
property IVssCredentialStorage^ Storage {
IVssCredentialStorage^ get ();
void set (IVssCredentialStorage^ value);
}
member Storage : IVssCredentialStorage with get, set
function get Storage () : IVssCredentialStorage
function set Storage (value : IVssCredentialStorage)
Property Value
Type: Microsoft.VisualStudio.Services.Common.IVssCredentialStorage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.