Share via


ActorNameFormat.GetFabricServiceReplicatorSecurityCredentialTypeName Method

Definition

Gets the credential type name used in replicator security configuration section in configuration package for the actor service.

public static string GetFabricServiceReplicatorSecurityCredentialTypeName (Type actorImplementationType = default);
static member GetFabricServiceReplicatorSecurityCredentialTypeName : Type -> string
Public Shared Function GetFabricServiceReplicatorSecurityCredentialTypeName (Optional actorImplementationType As Type = Nothing) As String

Parameters

actorImplementationType
Type

Type of class implementing the actor.

Returns

Replicator security credential type name.

Applies to