PeerCastStation.Core.OutputListener.ResetAuthenticationKey C# (CSharp) Méthode

ResetAuthenticationKey() public méthode

public ResetAuthenticationKey ( ) : void
Résultat void
    public void ResetAuthenticationKey()
    {
      this.AuthenticationKey = AuthenticationKey.Generate();
    }