PeerCastStation.Core.OutputListener.ResetAuthenticationKey C# (CSharp) 메소드

ResetAuthenticationKey() 공개 메소드

public ResetAuthenticationKey ( ) : void
리턴 void
    public void ResetAuthenticationKey()
    {
      this.AuthenticationKey = AuthenticationKey.Generate();
    }