SecurityCredentials Class
Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2
An abstract base class for types that represent security credentials.
Namespace: System.Fabric
Assembly: System.Fabric (in System.Fabric.dll)
Inheritance Hierarchy
System.Object
System.Fabric.SecurityCredentials
System.Fabric.ClaimsCredentials
System.Fabric.NoneSecurityCredentials
System.Fabric.WindowsCredentials
System.Fabric.X509Credentials
Syntax
public abstract class SecurityCredentials
Properties
Name | Description | |
---|---|---|
CredentialType | Indicates the type of security credentials to use in order to secure the cluster – valid values are "none", "x509", "Windows". |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
LoadFrom(CodePackageActivationContext, String, String) | Instantiate SecurityCredentials object from service configuration settings file |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
Return to top