DiskDataStore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class DiskDataStore : Microsoft.Azure.Commands.Common.Authentication.IDataStore
type DiskDataStore = class
interface IDataStore
Public Class DiskDataStore
Implements IDataStore
Inheritance
Implements
Constructors
Methods
AddCertificate(X509Certificate2)
CopyFile(String, String)
CreateDirectory(String)
DeleteDirectory(String)
DeleteFile(String)
DirectoryExists(String)
EmptyDirectory(String)
FileExists(String)
GetCertificate(String)
GetDirectories(String, String, SearchOption)
GetDirectories(String)
GetFileAttributes(String)
GetFiles(String, String, SearchOption)
GetFiles(String)
OpenForExclusiveWrite(String)
OpenForSharedRead(String)
ReadFileAsBytes(String)
ReadFileAsStream(String)
ReadFileAsText(String)
RemoveCertificate(String)
RenameFile(String, String)
WriteFile(String, Byte[])
WriteFile(String, String, Encoding)
WriteFile(String, String)
X509StoreWrapper(StoreName, StoreLocation, Action<X509Store>)
Applies to