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
System_CAPS_pubproperty CredentialType

Indicates the type of security credentials to use in order to secure the cluster – valid values are "none", "x509", "Windows".

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static LoadFrom(CodePackageActivationContext, String, String)

Instantiate SecurityCredentials object from service configuration settings file

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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

System.Fabric Namespace

Return to top